const github.com/andybalholm/brotli.maxSimpleDistanceAlphabetSize
6 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L15: const maxSimpleDistanceAlphabetSize = 140
brotli_bit_stream.go#L1419: var dist_depth [maxSimpleDistanceAlphabetSize]byte
brotli_bit_stream.go#L1420: var dist_bits [maxSimpleDistanceAlphabetSize]uint16
brotli_bit_stream.go#L1437: buildAndStoreHuffmanTree(dist_histo.data_[:], maxSimpleDistanceAlphabetSize, uint(num_distance_symbols), tree, dist_depth[:], dist_bits[:], storage_ix, storage)
brotli_bit_stream.go#L1484: var dist_depth [maxSimpleDistanceAlphabetSize]byte
brotli_bit_stream.go#L1485: var dist_bits [maxSimpleDistanceAlphabetSize]uint16
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |